home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- ** **
- ** Module: QD3DErrorModule.h **
- ** **
- ** **
- ** Purpose: Implements an After Dark Module using QuickDraw 3D. **
- ** **
- ** **
- ** **
- ** Copyright (C) 1997 Apple Computer, Inc. All rights reserved. **
- ** **
- ** Portions Copyright (C) 1995 Berkeley Systems Inc. **
- ** **
- ** **
- *****************************************************************************/
-
- #ifndef QD3DErrorModule_h
- #define QD3DErrorModule_h
-
- #if PRAGMA_ONCE
- #pragma once
- #endif
-
- #include "GraphicsModule_Types.h"
- #include <QD3D.h>
-
- /*
- #include <QDOffscreen.h>
- */
- #ifdef __cplusplus
- extern "C" {
- #endif /* __cplusplus */
-
- typedef struct iTQ3ADErrorModule TQ3ADErrorModule;
-
-
- TQ3ADErrorModule **Q3ADErrorModule_New(
- GMParamBlockPtr params);
-
- TQ3Status Q3ADErrorModule_Dispose(
- TQ3ADErrorModule **inModule);
-
- TQ3Status Q3ADErrorModule_Draw(
- TQ3ADErrorModule *inModule);
-
-
-
- #ifdef __cplusplus
- }
- #endif /* __cplusplus */
-
- #endif /* QD3DErrorModule_h */
-